/*****************   CJLib   ********************************
**
** Title  :     h.wimpc
**
*****************************************************************/


#ifndef H__WIMPC
#define H__WIMPC

extern wimp_t CJL_FindTask ( char* name );
extern void   CJL_ForceWindowRedraw ( wimp_w win );
extern void CJL_initial_show_object_centred_with_offset ( toolbox_o win_id, int *win_idx );


#endif
